(Fset_text_properties): No special case for props = nil.
authorRichard M. Stallman <rms@gnu.org>
Fri, 11 Jun 1993 07:29:55 +0000 (07:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 11 Jun 1993 07:29:55 +0000 (07:29 +0000)
src/textprop.c

index 865f35c5fedcfcc630e711f2cd8e7f5393fa6d92..b3bd1dd4d37627a2448803684882765b08ff2ab0 100644 (file)
@@ -713,8 +713,6 @@ is the string or buffer containing the text.")
   register int s, len;
 
   props = validate_plist (props);
-  if (NILP (props))
-    return Qnil;
 
   if (NILP (object))
     XSET (object, Lisp_Buffer, current_buffer);